home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / shapefiles / hardfileboot / MacTCP / Hosts < prev    next >
Text File  |  1994-11-09  |  1KB  |  25 lines

  1. ; Hosts 
  2. ; This file is parsed by the MacTCP domain name resolver and the resource records 
  3. ; are loaded into the resolver's cache.
  4. ;
  5. ; The Hosts file follows a SUBSET of the Master File Format (see rfc1035 pg 33).
  6. ; Each line in this file has the form: <domain-name> <rr> [<comment>]
  7. ; <domain-name> is an absolute domain name (see rfc1034 pg 11).
  8. ; <rr> = [<ttl>] [<class>] <type> <rdata> OR [<class>] [<ttl>] <type> <rdata>
  9. ; A comment starts with ";" or by a line begining with a " ".  
  10. ;
  11. ; NOTES: 
  12. ;     $INCLUDE is not implemented
  13. ;    Class is always IN, ttl is in seconds, type can be A, CNAME or NS.
  14.  
  15. ; Examples
  16.  
  17. ;knowAll.apple.com.    A            128.8.1.1                        ; address of host knowAll.apple.com.
  18. ;
  19. ;apple.com.            NS            knowAll.apple.com.                ; apple.com name server
  20. ;.                    NS            knowAll.apple.com.                ; root name server
  21. ;
  22. ;myHost.apple.com.    IN    604800    A    128.8.1.2                    ; ttl of 1 week
  23. ;JohnS.apple.com.    A                128.8.1.3            
  24. ;Sculley.apple.com.    CNAME        JohnS.apple.com.                ; canonical name for alias Sculley.apple.com
  25.